projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f7211
)
Add an edebug-cancel-debug-on-entry alias
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Oct 2019 07:48:28 +0000
(09:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Oct 2019 07:48:28 +0000
(09:48 +0200)
* lisp/emacs-lisp/debug.el (edebug-cancel-debug-on-entry): Add an
alias for easier discoverability (bug#10806).
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index f711971c18131f5fe78e20512c96262ec861020e..65e02b5eef14e4537ff61bd2aedb1a56e1644a3b 100644
(file)
--- a/
lisp/emacs-lisp/debug.el
+++ b/
lisp/emacs-lisp/debug.el
@@
-683,6
+683,8
@@
Redefining FUNCTION also cancels it."
(push s funs))))
funs))
+(defalias 'edebug-cancel-debug-on-entry #'cancel-debug-on-entry)
+
;;;###autoload
(defun cancel-debug-on-entry (&optional function)
"Undo effect of \\[debug-on-entry] on FUNCTION.